home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 December / maximum-cd-2009-12.iso / DiscContents / tor-browser-1.2.8_en-US.exe / Tor Browser / Data / Tor / torrc < prev   
Encoding:
Text File  |  2009-08-19  |  452 b   |  12 lines

  1. # If non-zero, try to write to disk less frequently than we would otherwise.
  2. AvoidDiskWrites 1
  3. # Store working data, state, keys, and caches here.
  4. DataDirectory .\Data\Tor
  5. GeoIPFile .\Data\Tor\geoip
  6. # Where to send logging messages.  Format is minSeverity[-maxSeverity]
  7. # (stderr|stdout|syslog|file FILENAME).
  8. Log notice stdout
  9. # Bind to this address to listen to connections from SOCKS-speaking
  10. # applications.
  11. SocksListenAddress 127.0.0.1
  12.